home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / bindery / bindzi.exe / BINDLIST.DOC next >
Text File  |  1994-04-12  |  4KB  |  87 lines

  1.                    BindList Usage Instructions
  2.      Copyright 1994 South Shore Machine Tools (516) 593 8019
  3.  
  4. BindList is a menu driven utility that provides a simple way to
  5. issue inquiries to the Netware Bindery.  (All the information about
  6. the Users and Groups on a particular Netware server is stored in
  7. the Bindery.)   
  8.  
  9. There isn't any complex installation, special knowledge or lengthy
  10. documentation involved in the use of BindList.  The program is only
  11. 57K, so it fits easily into any troubleshooting kit.  To invoke
  12. BindList, simply log in to a Netware 3.xx server and issue the
  13. command 
  14.      BINDLIST
  15. from a DOS or OS/2 command prompt.  BindList will determine whether
  16. you are logged into a Netware file server.  If you are logged in,
  17. you will be presented with a simple menu listing the various
  18. options of the utility:  
  19. .    You can list all information about all Users.  This will tell
  20.      you the full name of the user, whether or not the user is
  21.      logged in, and list all Groups in which the user is a member.
  22. .    You can select a short listing, which only provides the full
  23.      name and login status of all users.  
  24. .    If you only want to know about a particular user, you can
  25.      select that option.  You'll be prompted to enter the name of
  26.      the user.  All information for that user will be obtained. 
  27. .    In the same way, you can obtain information about all Groups. 
  28.      You can get a complete listing, an abbreviated listing or a
  29.      list of the members of a single group.
  30.  
  31. Any of this information can be displayed, printed or sent to a file
  32. by making another menu selection.  A snapshot of the full user
  33. listing of the Bindery utility is provided below:
  34.  Full User Listing
  35.  User Name Is   JONES  Object ID Is  00000001
  36.  User Full Name Is  MARYANN JONES  
  37.  User JONES not logged on  
  38.  User belongs to groups:
  39.    EVERYONE
  40.    ACCOUNTING
  41.    LOTUS
  42.  
  43.  
  44. At the heart of Netware lies something called the Bindery ( the
  45. name derives from the binding of a communication session ).  All
  46. the information about things that are known to Netware is stored
  47. in this object oriented database.  For example, file servers, print
  48. servers and users are Netware objects ( with different object types
  49. ) and information about them is stored in the Bindery.  These
  50. Bindery objects can have properties and the properties can have
  51. values.  Programs can get at this information by using calls to the
  52. Bindery Application Programming Interface (API).  These calls are
  53. issued through the Netware workstation 'shell' by writing and
  54. reading Netware request and reply packets.
  55.  
  56.  
  57.  
  58.  
  59. The BindList utility provides a simple way to issue inquiries to
  60. the Netware bindery.  To invoke the Bindery utility, simply issue
  61. the command 
  62.      BINDLIST
  63. from the DOS prompt(or an OS2 DOS window).  The utility will
  64. determine whether you are logged into a Netware file server.  If
  65. not, you will receive a message stating so and the program will
  66. terminate.  Simply log in and try again.  If you are logged in, you
  67. will be presented with a simple menu listing the various options
  68. of the utility.  You can list all information about all User
  69. objects in the bindery.  This will tell you the full name of the
  70. user, whether or not the user is logged in, and list all groups in
  71. which the user is a member.  You can select a short listing, which
  72. only provides the full name and login status of all users.  If you
  73. only want to know about a particular user, you can select that
  74. option.  You'll be prompted to enter the name of the user.  All
  75. information for that user will be obtained from the bindery.  In
  76. the same way, you can obtain information about all the Group
  77. objects in the bindery.  You can get a complete listing, an
  78. abbreviated listing or a list of the members of a single group.
  79.  
  80. Before you make any of these selections, you should probably pick
  81. which output device you want to use.  The default is your display. 
  82. Item 7 on the main menu will present a submenu with 3 selections. 
  83. You can display the listings, file them or print them.  These
  84. options can be changed at any time.  For example, you can display
  85. a listing of all users, then change the output device to a file and
  86. store the information for future use.  
  87.